I created a "simple" editor for blogging. Previously I was using Obsidian, but it was not working for me due to be a local software while I really need a hosted one.
It is simple in features, (I'm supporting the basic features that I was using with obsidian) but it took me around 3 weeks to build. Learned a lot about javascript in doing so, although I'm trying to avoid to use it as much as possible.
It supports Wikilink and image pasting:

Tech stack
I built using Spring Boot and SQlite. There is no SPA framework involved. I tried to keep it as simple as possible.
Next steps
- list existing notes and Images in the editor.
- use HTMX in other parts of the program.
- integrate my media tracker to be in the same application.
- more image management features.
Now that I have a prototype working I will slowly refactor the UI.
Mobile
It works on mobile as well.